#Firmware/v293
ok = tools.run()
Returns true if Lua should still run.
true
Use this in a while loop.
e.g.
while tools.run() do -- do something end Copy
while tools.run() do -- do something end